Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetText Method / SetText(Char[],Int32,Int32) Method


In This Topic
    SetText(Char[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setText", 
       "([CII)V", 
       "")>
    Public Overloads Sub SetText( _
       ByVal text() As Char, _
       ByVal start As Integer, _
       ByVal len As Integer _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim text() As Char
    Dim start As Integer
    Dim len As Integer
     
    instance.SetText(text, start, len)
    [Android.Runtime.Register("setText", 
       "([CII)V", 
       "")]
    public void SetText( 
       char[] text,
       int start,
       int len
    )

    Parameters

    text
    start
    len
    See Also